Returns an array of bookmarks, one for each visible item in the DataCombo or DataList control's list.
Syntax
object.VisibleItems(Index)
The VisibleItems property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
Index | An Integer expression that specifies the element in the array. This value can be 0 to VisibleCount - 1. |
Remarks
These bookmarks may be used to fetch individual records from the recordset used to fill the list.
Data Type
Variant